home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / avodka.dxr / 00079.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  180 b   |  15 lines

  1. on exitFrame
  2.   cursor([901, 902])
  3.   if rollOver(3) then
  4.     onVis(5)
  5.   else
  6.     InVis(5)
  7.   end if
  8.   if rollOver(4) then
  9.     onVis(6)
  10.   else
  11.     InVis(6)
  12.   end if
  13.   Loopframe()
  14. end
  15.